Class org.omg.CORBA.ParameterMode
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.ParameterMode

java.lang.Object
   |
   +----org.omg.CORBA.ParameterMode

public final class ParameterMode
extends Object

Variable Index

 o _PARAM_IN
 o _PARAM_INOUT
 o _PARAM_OUT
 o PARAM_IN
 o PARAM_INOUT
 o PARAM_OUT

Method Index

 o from_int(int)
 o value()

Variables

 o _PARAM_IN
  public final static int _PARAM_IN
 o _PARAM_OUT
  public final static int _PARAM_OUT
 o _PARAM_INOUT
  public final static int _PARAM_INOUT
 o PARAM_IN
  public final static ParameterMode PARAM_IN
 o PARAM_OUT
  public final static ParameterMode PARAM_OUT
 o PARAM_INOUT
  public final static ParameterMode PARAM_INOUT

Methods

 o value
  public int value()
 o from_int
  public final static ParameterMode from_int(int i) throws BAD_PARAM

All Packages  Class Hierarchy  This Package  Previous  Next  Index